 |
|
 |
Subject: XPages - how to get full name of an element in client javascript? |
 |
 |
 |
Product Area: Domino Designer on Eclipse (DDE) |
 |
Technical Area: Functionality |
 |
Platform: ALL |
 |
Release: 8.5 |
 |
Reproducible: Not applicable |
 |
 |
 |
 |
I know that client javascript can get the hierarchical id of an element with (for example) '#{id:someId}'.
Is there a similar way to get an element's name?
I tried using '#{name:someName}' but that doesn't work. It produces an error like:
name:someName
Encountered ": someName }", expected one of ["}", ".", ">", "gt", "<", "lt", "==", "eq", "<=", "le", ">=", "ge", "!=", "ne", "[", "+", "-", "*", "/", "div", "%", "mod", "and", "&&", "or", "||", ":", , "(", "?"]
Encountered ": someName }" at line 1, column 7. Was expecting one of: "}" ... "." ... ">" ... "gt" ... "<" ... "lt" ... "==" ... "eq" ... "<=" ... "le" ... ">=" ... "ge" ... "!=" ... "ne" ... "[" ... "+" ... "-" ... "*" ... "/" ... "div" ... "%" ... "mod" ... "and" ... "&&" ... "or" ... "||" ... ":" "(" ... "?" ...
 
Feedback number SLES7UK7NA created by ~George Umboosicheketsi on 08/03/2009

Status: Open
Comments:

XPages - how to get full name of an... (~Bella Zenfooma... 3.Aug.09)
. . Re: XPages - how to get full name o... (~Maria Xanjumib... 3.Aug.09)
. . . . No, that doesn't help. I need the a... (~Bella Zenfooma... 4.Aug.09)
. . . . . . getClientId with @LeftBack (~Maria Xanjumib... 4.Aug.09)
. . . . . . . . That'll do. Thanks. (~Bella Zenfooma... 5.Aug.09) |
|  |
|